/*
*首页头部广告
*/
#TopAdcontainer{
	width:990px;
	height:70px;
	overflow:hidden;
	margin:auto;
}
#TopAdcontainer .FL{
	width:740px;
	height:70px;
	overflow:hidden;
	float:left;
}
#TopAdcontainer .FR{
	width:240px;
	height:70px;
	overflow:hidden;
	float:right;
}
/***************************************************************
*第一栏样式
****************************************************************/
.MainContainer{
	clear:both;
}
.MainContainer td{
	vertical-align:top;
}
.MainContainer .SideL{
	width:270px;
}
.MainContainer .SideC{
	padding:0 10px 0 10px;
}
.MainContainer .SideR{
	width:240px;
}
/*
*幻灯片
*/
.SlideContainer{
	width:266px;
	height:236px;
	border:#DDD solid 1px;
	padding:1px;
}
/*
*今日聚焦
*/
.TodayFocus{
	overflow:hidden;
	padding-left:8px;
	background:url(indexbg1.gif) left top no-repeat;
	border-bottom:#DDD solid 1px;
}
.TodayFocus .Focusin{
	background:url(indexbg1.gif) right top no-repeat;
}
.TodayFocus .Focusin .head span{
	display:block;
	float:left;
	width:78px;
	text-align:center;
	background:url(index_hl3.gif) center bottom no-repeat;
	padding-top:5px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	color:#00698F;
}
.TodayFocus .Focusin .cont{
	padding:0 10px 0 2px;
	height:210px;
}
.TodayFocus .Focusin .cont span.c{
	display:none;
}
.TodayFocus .Focusin .cont div{
	height:23px;
	line-height:23px;
}
.TodayFocus .Focusin .cont div .t{
	float:left;
}
.TodayFocus .Focusin .cont div .t a{
	font-size:14px;
	color:#666;
}
.TodayFocus .Focusin .cont div .d{
	float:right;
	color:#999;
}
.TodayFocus .Focusin .cont .lista1{
	height:75px;
	border-bottom:#DDD solid 1px;
	margin-bottom:10px;
}
.TodayFocus .Focusin .cont .lista1 .t{
	width:100%;
	text-align:center;
	font-weight:bold;
}
.TodayFocus .Focusin .cont .lista1 span.d{
	display:none;
}
.TodayFocus .Focusin .cont .lista1 span.c{
	display:block;
	line-height:20px;
	color:#666;
}
.TodayFocus .Focusin .cont .lista1 span.c a{
	color:#cc0000;
}
/*
*最受关注
*/
.Concernest{
	overflow:hidden;
	padding-left:8px;
	background:url(indexbg1.gif) left top no-repeat;
	border-bottom:#DDD solid 1px;
}
.Concernest .Concernin{
	background:url(indexbg1.gif) right top no-repeat;
}
.Concernest .Concernin .head span{
	display:block;
	float:left;
	padding:5px 0 0 10px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
}
.Concernest .Concernin .cont{
	padding:0 10px 10px 2px;
	line-height:25px;
}
.Concernest .Concernin .cont div{
	height:25px;
	padding-left:20px;
	overflow:hidden;
}
.Concernest .Concernin .cont a{
	color:#666;
}
.Concernest .Concernin .cont .listb1{
	background:url(index_num1-8.gif) left 5px no-repeat;
}
.Concernest .Concernin .cont .listb2{
	background:url(index_num1-8.gif) left -18px no-repeat;
}
.Concernest .Concernin .cont .listb3{
	background:url(index_num1-8.gif) left -42px no-repeat;
}
.Concernest .Concernin .cont .listb4{
	background:url(index_num1-8.gif) left -67px no-repeat;
}
.Concernest .Concernin .cont .listb5{
	background:url(index_num1-8.gif) left -92px no-repeat;
}
.Concernest .Concernin .cont .listb6{
	background:url(index_num1-8.gif) left -116px no-repeat;
}
.Concernest .Concernin .cont .listb7{
	background:url(index_num1-8.gif) left -140px no-repeat;
}
.Concernest .Concernin .cont .listb8{
	background:url(index_num1-8.gif) left -164px no-repeat;
}
/**********************************************************
*图片主题
************************************************************/
.PhotoContainer{
	background:url(index_hbg.gif) right top no-repeat;
}
.PhotoContainer .pichead{
	height:33px;
}
.PhotoContainer .pichead div{
	float:left;
	padding:3px 20px 0 0;
	line-height:30px;
}
.PhotoContainer .pichead .fl{	
	width:110px;
	background:url(index_hl2.gif) left top no-repeat;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.PhotoContainer .pichead .fr{
	float:right;
}
.PhotoContainer .pichead .fr span{
	display:block;
	width:56px;
	float:left;
	text-align:center;
	cursor:pointer;
}
.PhotoContainer .pichead .fr span.choose{
	background:url(index_hr1.gif) center -1px no-repeat;
	font-weight:bold;
}
.PhotoContainer .photocont td{
	border:#DDD solid 1px;
	border-top:0;
}
.PhotoContainer .photocont .listpic{
	width:164px;
	height:140px;
	overflow:hidden;
	float:left;
}
.PhotoContainer .photocont .listpic div{
	padding:0 10px 0 10px;
	line-height:25px;
	text-align:center;
}
.PhotoContainer .photocont .listpic div.img a{
	display:block;
	width:120px;
	height:90px;
	margin:10px auto 5px auto;
	border:#DDD solid 1px;
	padding:1px;
}
.PhotoContainer .photocont .listpic div.t{
	height:25px;
	overflow:hidden;
}
/**********************************************************
*文章动态
************************************************************/
.MainContainer .MainL{
	padding-right:10px;
}
.ArticleDt .head{
	height:36px;
	background:url(index_hbg.gif) right 4px no-repeat;
}
.ArticleDt .head div{
	height:36px;
	float:left;
	padding-left:35px;
	background:url(index_hl4.gif) left bottom no-repeat;
}
.ArticleDt .head div span{
	display:block;
	padding:6px 35px 0 0;
	line-height:30px;
	background:url(index_hl4.gif) right bottom no-repeat;
	font-size:14px;
	font-weight:bold;
}
.ArticleDt .cont{
	border:#DDD solid 1px;
	border-top:0;
	padding:10px;
}
.ArticleDt .cont .contL{
	width:300px;
	height:233px;
	float:left;
	line-height:25px;
}
.ArticleDt .cont .contL div{
	height:25px;
	overflow:hidden;
	padding-left:15px;
	background:url(index_icon1.gif) 2px 9px no-repeat;
}
.ArticleDt .cont .contL div a{
	color:#666;
}
.ArticleDt .cont .contL .c{
	display:none;
}
.ArticleDt .cont .contL div.list1{
	background:url(index_bottom.gif) left bottom no-repeat;
	height:75px;
	margin-bottom:10px;
	padding-left:5px;
}
.ArticleDt .cont .contL div.list1 .c{
	display:block;
	line-height:20px;
	color:#555;
}
.ArticleDt .cont .contL div.list1 a{
	font-weight:bold;
	color:#2898C0;
}
/*
*文章评论
*/
.ArticleDt .cont .contR{
	width:400px;
	float:right;
	padding-left:3px;
	background:url(index_boxbg.gif) left top no-repeat;
}
.ArticleDt .cont .contR .contRin{
	background:url(index_boxbg.gif) right top no-repeat;
}
.ArticleDt .cont .contR .contRin .h{
	height:30px;
	line-height:30px;
	padding:0 10px 0 0;
}
.ArticleDt .cont .contR .contRin .h .FL{
	padding-left:25px;
	color:#2898C0;
	font-size:14px;
	font-weight:bold;
	background:url(index_icon2.gif) 6px 10px no-repeat;
}
.ArticleDt .cont .contR .contRin .c .list{
	height:65px;
	border-bottom:#DDD solid 1px;
}
.ArticleDt .cont .contR .contRin .c .list span{
	display:block;
	float:left;
	color:#999;
}
.ArticleDt .cont .contR .contRin .c .list span.t{
	width:280px;
	padding:10px 0 0 15px;
	height:12px;
	overflow:hidden;
}
.ArticleDt .cont .contR .contRin .c .list span.t em{
	color:#c00;
}
.ArticleDt .cont .contR .contRin .c .list span.t a{
	color:#2898C0;
}
.ArticleDt .cont .contR .contRin .c .list span.a{
	width:85px;
	float:right;
	text-align:right;
	padding:10px 5px 0 0;
}
.ArticleDt .cont .contR .contRin .c .list span.c{
	width:380px;
	clear:both;
	padding:8px 5px 0 10px;
	color:#666;
}
/*
*软件下载
*/
.Concernest .Concernin .contc div{
	height:25px;
	line-height:25px;
}
.Concernest .Concernin .contc div a{
	float:left;
	color:#777;
}
.Concernest .Concernin .contc div span{
	float:right;
	color:#c00;
}
.Concernest .Concernin .cont .listc1{
	background:url(index_icon3.gif) left 6px no-repeat;
	padding-left:30px;
}
.Concernest .Concernin .cont .listc1 a{
	font-weight:bold;
}
.Concernest .Concernin .cont .listc2{
	background:url(index_num1-9.gif) left 5px no-repeat;
}
.Concernest .Concernin .cont .listc3{
	background:url(index_num1-9.gif) left -19px no-repeat;
}
.Concernest .Concernin .cont .listc4{
	background:url(index_num1-9.gif) left -40px no-repeat;
}
.Concernest .Concernin .cont .listc5{
	background:url(index_num1-9.gif) left -60px no-repeat;
}
.Concernest .Concernin .cont .listc6{
	background:url(index_num1-9.gif) left -83px no-repeat;
}
.Concernest .Concernin .cont .listc7{
	background:url(index_num1-9.gif) left -105px no-repeat;
}
.Concernest .Concernin .cont .listc8{
	background:url(index_num1-9.gif) left -126px no-repeat;
}
.Concernest .Concernin .cont .listc9{
	background:url(index_num1-9.gif) left -150px no-repeat;
}
.Concernest .Concernin .cont .listc10{
	background:url(index_num1-9.gif) left -172px no-repeat;
}
/**********************************************************
*商场购物
************************************************************/
.Shopcontainer .head{
	height:33px;
	background:url(index_hbg.gif) right bottom no-repeat;
}
.Shopcontainer .head div{
	float:left;
	padding:3px 20px 0 0;
	line-height:30px;
}
.Shopcontainer .head .fl{
	width:110px;
	text-align:center;
	background:url(index_hl2.gif) left top no-repeat;
	font-size:14px;
	font-weight:bold;
}
.Shopcontainer .head .fr{
	float:right;
}
.Shopcontainer .head .fr span{
	display:block;
	width:56px;
	float:left;
	text-align:center;
	cursor:pointer;
}
.Shopcontainer .head .fr span.choose{
	background:url(index_hr1.gif) center -1px no-repeat;
	font-weight:bold;
}
.Shopcontainer .cont{
	border:#DDD solid 1px;
	border-top:0;
}
.Shopcontainer .cont .listpic{
	width:147px;
	height:180px;
	overflow:hidden;
	float:left;
}
.Shopcontainer .cont .listpic div{
	text-align:center;
	line-height:18px;
}
.Shopcontainer .cont .listpic div.img a{
	display:block;
	width:120px;
	height:90px;
	border:#DDD solid 1px;
	padding:1px;
	margin:15px auto 5px auto;
}
.Shopcontainer .cont .listpic div.t,.Shopcontainer .cont .listpic div.p{
	height:18px;
	padding:0 10px 0 10px;
	overflow:hidden;
}
.Shopcontainer .cont .listpic strike{
	color:#999;
}
.Shopcontainer .cont .listpic em{
	color:#c00;
}

.sidecontainer .head{
	height:33px;
	line-height:33px;
	background:url(index_hbg1.gif) right top no-repeat;
}
.sidecontainer .head .FL{
	background:url(index_hbg1.gif) left top no-repeat;
	padding-left:30px;
	font-size:14px;
	font-weight:bold;
}
.sidecontainer .head .FR{
	padding-right:10px;
}
.sidecontainer .cont{
	border:#DDD solid 1px;
	border-top:0;
}
.sidecontainer .cont .listad{
	text-align:center;
	padding:5px 0 5px 0;
}
/**********************************************************
*新闻动态
************************************************************/
.ArticleDt .showmorenews{
	width:345px;
}
.ArticleDt .showmorenews .h{
	height:25px;
	background:url(index_bottom.gif) left bottom no-repeat;
	line-height:25px;
}
.ArticleDt .showmorenews .h span{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#00698F;
	padding-left:5px;
}
.ArticleDt .showmorenews .h a{
	float:right;
	padding-right:5px;
}
.ArticleDt .showmorenews .c table{
	margin:15px 0 10px 0;
}
.ArticleDt .showmorenews .c .img{
	width:10%;
	padding:0 10px 0 5px;
}
.ArticleDt .showmorenews .c .img a{
	display:block;
	border:#DDD solid 1px;
	padding:1px;
}
.ArticleDt .showmorenews .c .t{
	line-height:25px;
	height:25px;
	overflow:hidden;
}
.ArticleDt .showmorenews .c .m{
	line-height:18px;
	color:#888;
}
.ArticleDt .showmorenews .c .m a{
	color:#c00;
}
.ArticleDt .showmorenews .list{
	height:25px;
	line-height:25px;
	overflow:hidden;
	padding-left:15px;
	background:url(index_icon4.gif) 5px 10px no-repeat;
}
.ArticleDt .showmorenews .list a{
	float:left;
	font-size:14px;
	color:#666;
}
.ArticleDt .showmorenews .list span{
	float:right;
	color:#999;
}
/*
*优秀会员
*/
.Concernin .contuser{
	padding:5px 0 5px 0;
}
.Concernin .contuser .listuser{
	width:76px;
	height:85px;
	overflow:hidden;
	float:left;
}
.Concernin .contuser .listuser div{
	text-align:center;
}
.Concernin .contuser .listuser div.img a{
	display:block;
	width:50px;
	height:50px;
	border:#DDD dotted 1px;
	margin:5px auto 5px auto;
	padding:1px;
}
/**********************************************************
*PK投票
************************************************************/
.sidetable .head{
	height:33px;
	background:url(index_hbg.gif) right bottom no-repeat;
}
.sidetable .head span{
	float:left;
	padding:3px 0 0 15px;
	line-height:30px;
	background:url(index_hbg.gif) left bottom no-repeat;
	font-size:14px;
	font-weight:bold;
}
.sidetable .cont{
	border:#DDD solid 1px;
	border-top:0;
	padding:10px;
}
.sidetable .listVote{
	width:145px;
	height:100px;
	overflow:hidden;
	float:left;
}
.sidetable .listVote .img{
	text-align:center;
}
.sidetable .listVote .img img{
	border:#DDD solid 1px;
	margin-bottom:8px;
}
.sidetable .listVote .word{
	padding:0 10px 0 10px;
	height:18px;
	overflow:hidden;
	color:#666;
}
.sidetable .listVote .word span{
	color:#c00;
}
.sidetable .VoteAction{
	clear:both;
	height:25px;
	line-height:25px;
	padding-left:10px;
}
.sidetable .VoteAction span{
	display:block;
	float:left;
	padding-right:10px;
}
.sidetable .VoteAction input{
	width:60px;
	text-align:center;
	line-height:15px;
}
/*
*最受关注
*/
.sidetable .listConcern{
	border-bottom:#DDD dotted 1px;
}
.sidetable .listConcern .L{
	width:20%;
	padding:8px 0 8px 0;
}
.sidetable .listConcern .L .n{
	line-height:20px;
	background:#EEE;
	text-align:center;
	font-weight:bold;
}
.sidetable .listConcern .L .d{
	line-height:20px;
	background:#ccc;
	text-align:center;
}
.sidetable .listConcern .L .d a{
	color:#FFF;
}
.sidetable .listConcern .R{
	padding-left:10px;
	vertical-align:middle;
	line-height:20px;
}
.sidetable .contv{
	padding-top:5px;
}
.sidetable .listConcern .R .a1,.sidetable .listConcern .R .a3{
	color:#2898C0;
}
/**********************************************************
*推荐专题
************************************************************/
.PhotoContainer .photocont .listzt{
	width:164px;
	height:210px;
	overflow:hidden;
	float:left;
}
.PhotoContainer .photocont .listzt div{
	padding:0 10px 0 10px;
	line-height:25px;
	text-align:center;
}
.PhotoContainer .photocont .listzt div.img a{
	display:block;
	width:120px;
	height:160px;
	margin:10px auto 5px auto;
	border:#DDD solid 1px;
	padding:1px;
}
.PhotoContainer .photocont .listzt div.t{
	height:25px;
	overflow:hidden;
}
/**********************************************************
*更多文章
************************************************************/
.MoreListArticle .Side1,.MoreListArticle .Side3{
	width:320px;
}
.MoreListArticle .Side2{
	padding:0 10px 0 10px;
}
.sidetabl2 .head{
	height:33px;
	line-height:33px;
	background:url(index_hbg1.gif) left bottom no-repeat;
}	
.sidetabl2 .head span{
	float:left;
	padding-left:35px;
	font-size:14px;
	font-weight:bold;
}
.sidetabl2 .head a{
	float:right;
	padding-right:10px;
	background:url(index_hbg1.gif) right bottom no-repeat;
}	
.sidetabl2 .cont{
	border:#DDD solid 1px;
	border-top:0;
	padding:10px;
}
.sidetabl2 .cont .list{
	height:22px;
	line-height:22px;
	overflow:hidden;
	padding-left:18px;
	background:url(index_icon5.gif) left 6px no-repeat;
}
.sidetabl2 .cont .list a{
	float:left;
}
.sidetabl2 .cont .list a.a1{
	font-weight:bold;
}
.sidetabl2 .cont .list span{
	float:right;
	color:#999;
}
/**********************************************************
*友情链接&&合作伙伴
************************************************************/
.FrendLinkTable{
	margin-top:5px;
}	
.FrendLinkTable .head{
	height:36px;
	background:url(index_hbg.gif) right 4px no-repeat;
}
.FrendLinkTable .head div.FL{
	padding-left:40px;
	height:36px;
	background:url(index_hl4.gif) left bottom no-repeat;
}
.FrendLinkTable .head div.FL span{
	display:block;
	padding:6px 40px 0 0;
	line-height:30px;
	background:url(index_hl4.gif) right bottom no-repeat;
	font-size:14px;
	font-weight:bold;
}
.FrendLinkTable .head div.FR{
	padding:6px 10px 0 0;
	line-height:30px;
}
.FrendLinkTable .cont{
	border:#DDD solid 1px;
	border-top:0;
	padding:10px;
}
.FrendLinkTable .cont .pic{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:#DDD solid 1px;
}
.FrendLinkTable .cont .word{
	line-height:25px;
}
.FrendLinkTable .cont .word span{
	color:red;
}
@font-face{font-family:Impact; src:url(/images/v7/impact.ttf);}
@font-face{font-family:BEBAS; src:url(/images/v7/BEBAS.TTF);}
.index_banner{width: 100%; height: 740px;}
.lubo{ width: 100%; min-width:1200px;clear: both; position: relative; height:620px;}
.lubo_box{ position: relative; width: 100%; height:620px; }
.lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:620px; opacity: 0;filter:alpha(opacity=0);}
.lubo_box li a{ display: block;width: 100%;  height: 100%;}
.lubo_box li img{ width: 100%; height: 620px;}
/*圆点*/
.cir_box{ overflow: hidden; position: absolute; z-index: 100;}
.cir_box li{ float: left; width: 30px; height: 5px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);}
.cir_on{ background: #000 !important;}
/*按钮*/
.lubo_btn{ position: absolute; width: 100%; top: 245px;}
.left_btn, .right_btn{ width: 40px; height: 130px; background: #000;opacity: 0.8;filter:alpha(opacity=80); cursor: pointer; color: #fff; line-height: 130px; font-size: 40px; text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.left_btn{ float: left;}
.right_btn{ float: right;}
/*网站首页联系我们*/
.index_lianxiframe{width: 100%; height: 764px; background: url(contact_bg.jpg) top center no-repeat;}
.index_lxborder{width: 1200px; height: 764px; margin: 0px auto; position: relative;}
.index_lx{width: 1169px; height: 54px; text-align: center; line-height: 54px; font-size: 45px; text-transform: uppercase; position: absolute; top: 30px; left: 15px;}
.index_lx a{font-size: 45px; font-family: "Impact"; color: #3ab4ff; text-decoration: none; text-transform: uppercase;}
.index_lx a:visited{font-size: 45px; font-family: "Impact"; color: #3ab4ff; text-decoration: none; text-transform: uppercase;}
.index_lx a:hover{font-size: 45px; font-family: "Impact"; color: #3ab4ff; text-decoration: none; text-transform: uppercase;}
.index_lx span{color: #ff7900;}
.index_lxzs{width: 1169px; height: 5px; margin: 0px auto; background: url(conta_33.png) no-repeat; position: absolute; top: 100px; left: 15px;}
.index_lxzs_wz{width: 1169px; height: 20px; line-height: 20px; color: #727272; text-align: center; position: absolute; left: 15px; top: 92px; font-size: 18px;}
.index_erweimaborder{width: 140px; height: 188px; border:1px solid #cccccc; position: absolute; top: 185px; background:#ffffff;}
.index_erweima{width: 136px; height: 136px; background: url(erwei.jpg) no-repeat; position: absolute; left: 2px;}
.index_erweimawz{width: 140px; height: 40px; line-height: 20px; text-align: center; position: absolute; bottom: 10px; font-size: 14px;}
.index_dizhiinfo{width: 290px; height: 190px; position: absolute; top: 185px; left: 160px;}
.index_icon1{width: 23px; height: 18px; background: url(icon.png) no-repeat 0px -21px; position: absolute; top: 5px;}
.index_icon1wz{width: 250px; height: 18px; line-height: 18px; font-size: 14px; color: #666; position: absolute; left: 33px; top: 7px;}
.index_icon2{width:22px; height: 18px; background: url(icon.png) no-repeat -44px -21px; position: absolute; top: 43px;}
.index_icon2wz{width: 250px; height: 18px; line-height: 18px; font-size: 14px; color: #666; position: absolute; left: 33px; top: 43px;}
.index_icon3{width: 22px; height: 18px; background: url(icon.png) no-repeat -23px -21px; position: absolute; top: 83px;}
.index_icon3wz{width: 250px; height: 18px; line-height: 18px; font-size: 14px; color: #666; position: absolute; left: 33px; top: 83px;}
.index_icon4{width: 20px; height: 20px; background: url(icon.png) no-repeat -83px -21px; position: absolute; top: 119px;}
.index_icon4wz{width: 250px; height: 20px; line-height: 20px; font-size: 14px; color: #666; position: absolute; left: 33px; top: 119px;}
.index_icon5{width: 20px; height: 18px; background: url(icon.png) no-repeat -65px -21px; position: absolute; top: 159px;}
.index_icon5wz{width: 250px; height: 18px; line-height: 18px; font-size: 14px; color: #666; position: absolute; left: 33px; top: 160px;}
.index_mapbox{width: 450px; height: 200px; position: absolute; top: 435px; border:1px solid #ccc;}
.index_lxfrom{width: 690px; height: 440px; position: absolute; top: 185px; right: 0px;}
.index_lxfrom li{display: block; width: 100%; margin-bottom: 8px;}
.index_lxfrom li p{font-size: 14px; line-height: 30px; color: #666;}
.index_lxfrom li input{width: 100%; border:1px dashed #d4d2d2; line-height: 34px;}
.index_lxfrom li textarea{width: 100%; border:1px dashed #d4d2d2; line-height: 34px; height: 120px;}
.index_lxfrombtn{width: 100%; height: 30px; margin-top: 26px; text-align: right;}
.index_submit{width: 128px; height: 30px; background: #3c9cde; border:none; color: #fff; font-size: 14px;}
/*百度地图调用样式*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.index_frendlinkframe{width: 100%; height: 34px; line-height: 34px; background: #fff; border:1px solid #d4d2d2; position: absolute; bottom: 40px; overflow: hidden;}
.index_flwz{width: 80px; height: 34px; position:absolute; left: 20px; color: #666;}
.index_frendlinklist{width: 1098px; height: 34px; position: absolute; right: 0px; overflow: hidden;}
.index_frendlinklist li{display: block; padding-right: 15px; height: 34px; float: left;}
.index_frendlinklist li a{color: #666; text-decoration: none; font-size: 16px;}
.index_frendlinklist li a:visited{color: #666; text-decoration: none; font-size: 16px;}
.index_frendlinklist li a:hover{color: #666; text-decoration: underline; font-size: 16px; color: #ff7900;}
/*首页新闻中心样式*/
.index_newsframe{width: 1200px; height: 415px; margin: 0px auto; margin-top: 40px; overflow: hidden;}
.index_newsleft{width: 380px; height: 415px; float: left; margin-right: 30px;}
.index_newsright{width: 790px; height: 415px; float: right;}
.index_newstith{width: 380px; height: 34px; border-bottom: 1px solid #ccc; position: relative;}
.index_newstitwz{width: 85px; height: 34px; border-bottom: 2px solid #004bc8; position: absolute; text-align: center; line-height: 34px; font-size: 20px; color: #004bc8;}
.index_newsmore{width: 50px; height: 34px; line-height: 34px; position: absolute; text-align: center; right: 0px;}
.index_newsmore a{font-size:16px; color: #929292; text-decoration: none;}
.index_newsmore a:visited{font-size:16px; color: #929292; text-decoration: none;}
.index_newsmore a:hover{font-size:16px; color: #ff7900; text-decoration: underline;}
.index_newsrightr1{width: 380px; height: 415px; float: left; margin-right: 30px;}
.index_newsrightr2{width: 380px; height: 415px; float: right;}
.index_newslistbox{width: 378px; height: 363px; border:1px solid #ccc; background: #fff; margin-top: 15px;}
.index_newslistimg{width: 368px; height: 216px; margin: 5px;}
.index_newslistimg a{display: block; width: 368px; height: 216px; position: relative; text-decoration: none;}
.index_newslistimg a:visited{display: block; width: 368px; height: 216px; position: relative; text-decoration: none;}
.index_newslistimg a:hover{display: block; width: 368px; height: 216px; position: relative; text-decoration: none;}
.index_newslim{display: block; width: 368px; height: 216px; position: absolute;}
.index_newsltit{display: block; width: 368px; height: 36px; line-height: 36px; text-align: center; background: url(yin_01.png) repeat-x; overflow: hidden; position: absolute; bottom: 0px; color: #ffffff;}
.index_newsliebiao{width: 368px; height: 135px; margin-left: 5px;}
.index_newsliebiao li{display: block; width: 368px; height: 27px; line-height: 27px;}
.index_newdian{display: block; width: 3px; height: 3px; background: #d1d1d1; margin-top: 12px; margin-right: 8px; float: left;}
.index_ntit{display: block; width: 310px; height: 27px; float: left;}
.index_ntit a{color: #515151; text-decoration: none; font-size: 15px;}
.index_ntit a:visited{color: #515151; text-decoration: none; font-size: 15px;}
.index_ntit a:hover{color: #ff7900; text-decoration: underline; font-size: 15px;}
.index_ntime{display:block; width: 45px; height: 27px; float: right; text-align: right; font-size: 15px; color: #9b9b9b;}
/*首页产品中心样式*/
.index_procenter{width: 100%; height: 795px; background: url(pdbg_15.jpg) top center repeat-y;}
.index_proframe{width: 1200px; height: 795px; margin: 0px auto;}
.index_protit{width: 1200px; height: 54px; line-height: 54px; text-align: center; padding-top: 45px;}
.index_protit a{font-size: 45px; font-family: Impact; color: #fff; text-transform: uppercase; text-decoration: none;}
.index_protit a:visited{font-size: 45px; font-family: Impact; color: #fff; text-transform: uppercase; text-decoration: none;}
.index_protit a:hover{font-size: 45px; font-family: Impact; color: #fff; text-transform: uppercase; text-decoration: none;}
.index_protit span{color: #ff7900;}
.index_protitbottom{width: 384px; height: 5px; background: url(probg_16.png) no-repeat; margin: 0px auto; margin-top: 15px; position: relative;}
.index_protitwz{font-size: 18px; color: #fff; width: 384px; height: 25px; text-align: center; line-height: 25px; position: absolute; bottom: -10px;}
.index_projj{width: 1200px; height: 30px; line-height: 30px; text-align: center; font-size: 24px; color: #fff; margin-top: 15px;}
.index_productframe{width: 1200px; height: 500px; margin-top: 30px; overflow: hidden;}
.index_productframe li{display: block; width: 281px; height: 235px; float: left; margin-bottom: 15px; margin-left: 15px;}
.index_productframe li a{display: block; width: 281px; height: 235px; background: #80bcdd; text-decoration: none;}
.index_productframe li a:visited{display: block; width: 281px; height: 235px; background: #80bcdd; text-decoration: none;}
.index_productframe li a:hover{display: block; width: 281px; height: 235px; background: #ff7900; text-decoration: none;}
.index_productimg{display: block; width: 281px; height: 206px;}
.index_producttit{display: block; width: 281px; height: 27px; line-height: 27px; text-align: center; color: #fff;}
.index_productmore{width: 86px; height: 30px; margin:0px auto; margin-top: 30px; line-height: 30px; text-align: center; background: #fff; border-radius: 10px;}
.index_productmore a{color: #313131; text-decoration: none; font-size: 16px;}
.index_productmore a:visited{color: #313131; text-decoration: none; font-size: 16px;}
.index_productmore a:hover{color: #313131; text-decoration: none; font-size: 16px;}
/*首页关于我们样式*/
.index_gongsijj{width: 100%; height: 435px;}
.index_gongsijjframe{width: 1200px; height:435px; margin: 0px auto;}
.index_gongsijjtit{width: 1200px; height: 54px; line-height: 54px; text-align: center; padding-top: 45px;}
.index_gongsijjtit a{font-size: 45px; font-family: Impact; color: #3ab4ff; text-transform: uppercase; text-decoration: none;}
.index_gongsijjtit a:visited{font-size: 45px; font-family: Impact; color: #3ab4ff; text-transform: uppercase; text-decoration: none;}
.index_gongsijjtit a:hover{font-size: 45px; font-family: Impact; color: #3ab4ff; text-transform: uppercase; text-decoration: none;}
.index_gongsijjtit span{color: #ff7900;}
.index_gongsititbottom{width: 329px; height: 5px; background: url(index_18.jpg) no-repeat; margin:0px auto; margin-top: 15px; position: relative;}
.index_gongsititwz{width: 329px; height: 25px; line-height: 25px; text-align: center; color: #747474; position: absolute; bottom: -10px; font-size: 18px;}
.index_qywh{width: 1200px; height: 30px; line-height: 30px; text-align:center; font-size: 24px; color: #3c3c3c; margin-top: 15px;}
.index_jjwz{width: 1200px; height: 140px; margin-top: 15px; color: #747474; font-size: 16px; line-height: 25px;}
.index_jingli{width: 960px; height: 190px; margin: 0px auto; overflow: hidden;}
.index_jingli li{display: block; width: 239px; height: 85px; border-right: 1px solid #ccc; float: left; position: relative;}
.index_nian{width: 100px; height: 62px; line-height: 62px; text-align: center; font-family: "BEBAS"; font-size: 46px; font-weight: normal; position: absolute; left: 50px; top: 8px;}
.index_cl{width: 60px; height: 20px; line-height: 20px; text-align: center; position: absolute; top: 67px; left: 75px;}
.index_n{width: 30px; height: 20px; line-height: 30px; position: absolute; right: 45px; top: 5px;}
.index_num{width: 85px; height: 62px; line-height: 62px; text-align: center; font-family: "BEBAS"; font-size: 46px; font-weight: normal; position: absolute; left: 77px; top: 8px;}
.index_yg{width: 85px; height: 20px; line-height: 20px; text-align: center; position: absolute; top: 67px; left: 77px;}
.index_jia{width: 36px; height: 20px; line-height: 20px; position: absolute; right: 35px; top: 8px; font-size: 18px;}
.index_ry{width: 85px; height: 62px; line-height: 62px; text-align: center; font-family: "BEBAS"; font-size: 46px; font-weight: normal; position: absolute; left: 77px; top: 8px;}
.index_zc{width: 85px; height: 62px; line-height: 62px; text-align: center; font-family: "BEBAS"; font-size: 46px; font-weight: normal; position: absolute; left: 77px; top: 8px;}
.index_jjbottomimg{width:810px; height: 90px; margin: 0px auto;}





